std::bitset::test
From Cppreference
| bool test( size_t pos ) const;
| ||
Returns the value of the bit at the position pos.
Parameters
| pos | - | position of the bit to return |
Return value
the value of the requested bit
See also
| accesses specific bit (public member function) | |